$newTime = Time.Get24
("<time>")
Converts a 12-hour clock into 24-hour format.
Parameters
<time> Any valid time expression in hh:mm:ss format.
Return Value
Remarks
- The time should be specified in AM or PM. By default, it takes time as AM.
Example
$stime = "9:30:00 PM"
$ret = time.Get24($stime)